//==============================================================================
// Deathknight_Anim.txt
//==============================================================================
//==============================================================================
define sword
{
       	variationlogic
   	set hotspot
   	{
      		version
      		{
             	Visual deathknightsword
      		}
   	}
}
//==============================================================================
define shield
{
       	variationlogic
   	set hotspot
   	{
      		version
      		{
		Visual deathknightshield
      		}
   	}
   	set hotspot
   	{
      		version
      		{
		Visual none
      		}
   	}
}
//==============================================================================
define helmet
{
       	variationlogic
   	set hotspot
   	{
      		version
      		{
		Visual deathknighthelm1
      		}
   	}
   	set hotspot
   	{
      		version
      		{
		Visual deathknighthelm2
      		}
   	}
   	set hotspot
   	{
      		version
      		{
		Visual deathknighthelm3
      		}
   	}
   	set hotspot
   	{
      		version
      		{
		Visual none
      		}
   	}
}

//==============================================================================
anim Bored
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
				Visual deathknight_bored
				connect righthand sword hotspot
				connect leftforearm shield hotspot
				connect topofhead helmet hotspot
length 3.0
				}
			}
		}
	}
}


//==============================================================================
anim Idle
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
				Visual deathknight_idle
				connect righthand sword hotspot
				connect leftforearm shield hotspot
				connect topofhead helmet hotspot
				}
			}
		}
	}
}

//==============================================================================
anim Walk
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
				Visual deathknight_walk
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag FootstepLeft 0.00 true   
               tag FootstepRight 0.50 true   
//-- end auto generated section
				connect righthand sword hotspot
				connect leftforearm shield hotspot
				connect topofhead helmet hotspot
				}
			}
		}
	}
}

//==============================================================================
anim Attack
{
   SetSelector
   {
VariationLogic
      set hotspot
      {
         version
         {
				Visual deathknight_attacka
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.49 true   
               tag GenericSound 0.40 true   
               tag SpecificSoundSet 0.55 false SwordSwing checkVisible 
//-- end auto generated section
				connect righthand sword hotspot
				connect leftforearm shield hotspot
				connect topofhead helmet hotspot
         }
			version
         {
				Visual deathknight_attackb
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.49 true   
               tag GenericSound 0.40 true   
               tag SpecificSoundSet 0.55 false SwordSwing checkVisible 
//-- end auto generated section
				connect righthand sword hotspot
				connect leftforearm shield hotspot
				connect topofhead helmet hotspot
         }
			version
         {
				Visual deathknight_attackc
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.35 true   
               tag GenericSound 0.35 true   
               tag SpecificSoundSet 0.35 false SwordSwing checkVisible 
//-- end auto generated section
				connect righthand sword hotspot
				connect leftforearm shield hotspot
				connect topofhead helmet hotspot
         }
			version
         {
				Visual deathknight_attackd
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.75 true   
               tag GenericSound 0.75 true   
               tag SpecificSoundSet 0.75 false SwordSwing checkVisible 
//-- end auto generated section
				connect righthand sword hotspot
				connect leftforearm shield hotspot
				connect topofhead helmet hotspot
         }
      }
   }
}

//==============================================================================
anim Death
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
				Visual deathknight_death
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag SpecificSoundSet 0.11 false MaleDeath checkVisible 
            tag SpecificSoundSet 0.50 false HeavyFall checkVisible 
            tag SpecificSoundSet 0.70 false HeavyFall checkVisible 
//-- end auto generated section
				connect righthand sword hotspot
				connect leftforearm shield hotspot
				connect topofhead helmet hotspot
				}
			}
		}
	}
}
//==============================================================================
anim Flail
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
				Visual deathknight_walk
				connect righthand sword hotspot
				connect leftforearm shield hotspot
				connect topofhead helmet hotspot
				}
			}
		}
	}
}